projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe7836
)
(struct buffer): New member indicate_buffer_boundaries.
author
Kim F. Storm
<storm@cua.dk>
Fri, 16 Jan 2004 18:40:33 +0000
(18:40 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 16 Jan 2004 18:40:33 +0000
(18:40 +0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 930424b0b493af801f0ef144be2714a05b488487..e2205a916e66eb77e01bb0e18c02110fb06d6f12 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-733,6
+733,9
@@
struct buffer
like vi). */
Lisp_Object indicate_empty_lines;
+ /* Non-nil means indicate buffer boundaries and scrolling. */
+ Lisp_Object indicate_buffer_boundaries;
+
/* Time stamp updated each time this buffer is displayed in a window. */
Lisp_Object display_time;